home *** CD-ROM | disk | FTP | other *** search
/ In Excellent Bust Collection / In Excellent Bust Collection.iso / mac / menu.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-12-20  |  334 b   |  15 lines

  1. on exitFrame
  2.   global presprite_g, jumpmoviename_gs
  3.   preLoadCast(1, 23)
  4.   if jumpmoviename_gs = "MOVIE" then
  5.     set jumpmoviename_gs to "MOVIE"
  6.     set the visible of sprite 19 to 0
  7.     go("MAIN")
  8.   else
  9.     set jumpmoviename_gs to "PHOTO"
  10.     set the visible of sprite 17 to 0
  11.     set presprite_g to 25
  12.     go("MAIN")
  13.   end if
  14. end
  15.